@font-face {
    font-family: "minion";
    src: url("../font/MinionPro-Regular.otf");
}
@font-face {
    font-family: "roman";
    src: url("../font/univers-lt-std-55-roman.otf");
}
@font-face {
    font-family: "avblack";
    src: url("../font/Roboto-Black.ttf");
}

@font-face {
    font-family: "univers";
    src: url("../font/Univers-LT-Std-55-Roman_46338.ttf");
}
/*==========================================
#0.1    Style
=============================================*/
body {
    font-family: "roman";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
    background: #fff;
    padding: 0px !important;
    margin: 0px;
}


/*.navbar.navbar-default.navbar-fixed-top.red-header {*/
#navbarHome {
    object-fit: contain;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0);
    background-color: #7b1e26;
    height: 55px;
    z-index: 100;
}

#buttonCaraouselControl{
    background-color: black; opacity:0.3; padding:18px 20px 18px 20px;  border-radius: 50%;
}

.navbar-brand.img-first-hg {
    padding: 0px;
}
.navbar-header {
    position: relative;
}
.nav.navbar-nav > li.active > a {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 2px #fff solid; */
}

.nav.navbar-nav > li > a:hover {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 2px #fff solid; */
}
.nav.navbar-nav > li.active > a:hover {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 2px #fff solid; */
}
.nav.navbar-nav > li.active > a:focus {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 2px #fff solid; */
}
.first-section-home {
    margin-top: 140px;
}
.img-logo-first {
    height: auto;
    width: 66px;
    position: relative;
    left: 17px;
}

.img-page{
    padding-top:40px;
}

.header-language > select {
    background: #7b1e26;
    border: 1px #7b1e26 solid;
}
.form-regiserOrLogin {
    background: #9a2d37;
    color: #fff;
    font-size: 10px;
    border-radius: 100px;
    text-align: center;
    margin-top: 4px;
}

.a-login.pull-left.last {
    border: none;
}

.navbar-brand.img-first-hg {
    padding-top: 8px;
    height: auto;
    margin-left: 15px;
}
.navbar-header {
    position: relative;
}
.nav.navbar-nav > li.active > a {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 1px #fff solid; */
    position: relative;
    z-index: 6;
}
ul.nav.navbar-nav > li > a {
    position: relative;
    top: 1px;
    font-family: "minion";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    padding-top: 28px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
}

ul.nav.navbar-nav.navbar-header {
    width: 79%;
    margin-left: 60px;
}
ul.nav.navbar-nav.navbar-header > li > a {
    text-align: center;
    margin: 0 20px;
}
ul.nav.navbar-nav.navbar-header > li {
    width: auto;
    text-align: center;
    margin: 0 0 0;
}
.nav.navbar-nav > li > a:hover {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 1px #fff solid; */
}
.nav.navbar-nav > li.active > a:hover {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 1px #fff solid; */
}
.nav.navbar-nav > li.active > a:focus {
    background: none;
    color: #cc9c9c;
    /* border-bottom: 1px #fff solid; */
}
.first-section-home {
    margin-top: 50px;
}
.img-logo-first {
    height: auto;
    width: 55px;
    position: relative;
    left: 33px;
    top: 15px
}
.header-language {
    font-size: 10px;
    font-family: "roman";
    color: #fff;
    text-align: right;
    padding-top: 8px;
}
.header-language > select {
    background: #7b1e26;
    border: 1px #7b1e26 solid;
}
.form-regiserOrLogin {
    background: #9a2d37;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    text-align: center;
    margin-top: 4px;
}
.a-login.pull-left {
    color: #fff;
    text-align: center;
    padding: 4px 9px;
    border-right: 1px #f00 solid;
    margin: 0;
    width: 50%;
    font-size: 12px;
}

.video-container {
    position: relative; /* keeps the aspect ratio */
    padding-bottom: 56.25%; /* fine tunes the video positioning */
    padding-top: 60px;
    overflow: hidden;
    margin-bottom: -1px;
    margin-right: -1px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-control .glyphicon-chevron-left {
    top: 35%;
    font-size: 20px;
    left: 5%;
    margin: 0;
}
.carousel-control .glyphicon-chevron-right {
    top: 35%;
    font-size: 20px;
    left: 33%;
    margin: 0;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    opacity: 1;
    height: 120px;
}
.controls {
    display: none;
}
.carousel-control:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    outline: 0;
    opacity: 0.6;
}
.left-button {
    height: 70px;
    width: 35px;
    border-radius: 0 90px 90px 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    background-color: #e25454;
    display: inline-block;
    position: relative;
    float: left;
    /*subpixel bug*/
    margin-left: -1px;
}
.right-button {
    height: 70px;
    width: 35px;
    border-radius: 90px 0 0 90px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
    background-color: #e25454;
    display: inline-block;
    position: relative;
    float: right;
    /*subpixel bug*/
    margin-right: -1px;
}
.carousel-caption {
    display: none;
    background: none repeat scroll 0 0 #e25454;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    opacity: 1;
    padding: 7px 30px 7px;
    text-transform: uppercase;
    z-index: 11;
    pointer-events: none;
}
.slider-header {
    width: 100%;
    position: relative;
    padding-top: -70px;
}
.slider-header-news {
    width: 100%;
    position: relative;
    top: -20px;
}
.slider-header > .container-fluid {
    width: 100%;
    height: 75vh;
}
.html5-video-player {
    position: relative;
    width: 100%;
    height: 573px;
}

.col-sm-12.customs12 {
    width: 100%;
    padding: 0 0;
}
.carousel-inner.customs12 {
    width: 100%;
    height: 100vh;
}
.col-sm-12.customnews {
    width: 100%;
    padding: 0 0;
    margin-top: 80px;
}
.carousel-inner.customnews {
    width: 100%;
    height: 50vh;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 573px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.title-first-head {
    object-fit: contain;
    font-family: MinionPro;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
}
.center-carosuel {
    width: 81%;
    padding-top: 50px;
}
.img-headerFirst > img {
    width: 580px;
    height: auto;
}
.img-headerFirst {
    float: left;
    text-align: left;
}
.owl-pagination {
    display: none;
}
#owl-demoHEADER > .owl-controls.clickable > .owl-buttons > .owl-prev {
    display: none;
}
#owl-demoHEADER > .owl-controls.clickable > .owl-buttons > .owl-next {
    background: none;
    color: #a99f97;
    position: absolute;
    right: -103px;
    top: 10px;
}
#owl-demoHEADER > .owl-controls.clickable > .owl-buttons > .owl-next > span {
    padding-right: 15px;
}
section.two {
    margin-top: 40px;
}
.img-body-section  > img,
.img-body-section .img-wrapper > img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.img-wrapper{
    position: relative;
}

.curve-img{
    position: absolute;
    top: 0;
    left: 43vw;
    width: 15% !important;
    height: auto;
}

.full-image-blocks {
    position: relative;
}
.blocks-dates {
    width:1160px;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px;
    position: fixed;
    top:65px;
    z-index: 2;
    object-fit: contain;
    /*width: 100%;*/
    /*opacity: 0.7;*/
    /*-webkit-backdrop-filter: blur(19.8px);*/
    /*backdrop-filter: blur(19.8px);*/
    /*box-shadow: 0 -1.5px 5px 0 rgba(0, 0, 0, 0.1);*/
    /*background-color: #fbfbfb;*/
}
/* The outermost element*/
.header-wrapper {
    overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    position: relative;
}
.zoominheader {
    width: 100%;

    height: 300px;
    text-align: center;
    background: url(../images/foto1.png);
    background-size: 100%;
    /*background-attachment: fixed;*/
    background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
/* The innermost element*/
.zoomoutheader {
    width: 100%;
    height: 300px;
    text-align: center;
    background: none;
    -webkit-animation: zoomout 10s ease-in infinite;
    animation: zoomout 10s ease-in infinite;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/*@-webkit-keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
@keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
@-webkit-keyframes zoomout {
 0% {
transform: scale(1);
}
 50% {
transform: scale(0.67);
}
 100% {
transform: scale(1);
}
}
@keyframes zoomout {
 0% {
transform: scale(1);
}
 50% {
transform: scale(0.67);
}
 100% {
transform: scale(1);
}
}/*End of Zoom out Keyframes */

.blocks-dates-centered {
    width: 1200px;
    background-color: rgba(251, 251, 251, 0.8);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 -1.5px 5px 0 rgba(0, 0, 0, 0.1);
}
.pull-left.text-datepicker {
    font-size: 12px;
    color: #363636;
    padding-top: 9px;
}
.pull-left.pack-blocks-dates {
    width: 22%;
    position: relative;
    margin-right: 15px;
}
.pull-left.input-Select {
    width: 62%;
    margin-left: 10px;
}
.btn.btn-custom-date {
    background: #771d25;
    color: #fff;
    font-size: 8px;
}
.pull-left.input-Select > i.fa {
    position: absolute;
    right: 3px;
    background: #fff;
    font-size: 8px;
    height: 24px;
    top: 0px;
    width: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-top: 7px;
}
.pull-left.input-Select > select {
    width: 100%;
    padding: 4px 4px;
    border-radius: 100px;
    border: 1px #ddd solid;
    font-size: 12px;
    height: 25px;
    background: #ffff;
}
.pull-left.input-datepicker > input {
    width: 100%;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px #ddd solid;
    font-size: 12px;
}
.pull-left.input-datepicker {
    width: 67%;
    margin-left: 10px;
    position: relative;
}
.pull-left.input-datepicker > i.fa {
    font-size: 8px;
    position: absolute;
    right: 9px;
    top: 7px;
}
.pull-left.input-Promo {
    width: 67%;
    margin-left: 10px;
}
.pull-left.input-Promo > input {
    width: 100%;
    padding: 4px 4px;
    border-radius: 100px;
    border: 1px #ddd solid;
    font-size: 10px;
    background: #fff;
}
.img-abouts-home > img {
    width: 500px;
    border-radius:10px
}
.img-cover-big.abouts-home {
    padding-top: 50px;
    padding-bottom: 50px;
}
.background-ourHotels {
    background: #fafafa;
    padding: 70px 0 80px 0;
}
.titleFisrt-OurHotels {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    font-family: "minion";
    text-transform: uppercase;
}
.textFirst01-abouts-home {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #000000;
    font-family: "minion";
    text-align: left;
    padding-top: 150px;
    padding-left: 45px;
}

.textFirst01-high-reward {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #000000;
    font-family: "minion";
    text-align: left;    
    padding-left: 45px;
}

.textFirst02-abouts-home {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #000000;
    padding-top: 7px;
    padding-left: 45px;
    
}
.textFirst03-abouts-home {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    padding-top: 25px;
    padding-right: 65px;
    padding-left: 45px;
}
.textFirst04-abouts-home {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7b1e26;
    font-size: 14px;
    padding-left: 45px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.img-cover-big.abouts-home {
    position: relative;
}
.aside-bottom-left.abouts-home {
    position: absolute;
    bottom: -81px;
    left: -33px;
}
.aside-top-right.abouts-home {
    position: absolute;
    right: -191px;
    top: -28px;
}
.img-abouts-home > img {
    transition: all 0.7s ease 0s;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}
/*.img-abouts-home>img:hover {
	transform: scale(1.1);
}*/
.img-abouts-home {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.img-scale.pull-left > img {
    width: 100%;
    height: auto;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px
}
.img-scale.pull-left.noborder > img {
    width: 100%;
    height: auto;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px
}
.img-scale.pull-left {
    width: 25%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/*.img-scale.pull-left>img:hover {
	transform: scale(1.1);
}*/
.titleFisrt-OurHotels {
    padding-bottom: 30px;
}
.img-scale.pull-left.special-offer {
    width: 49%;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 10px;
}
.backgroud-bottom-special-offer {
    object-fit: contain;
    height: 96px;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.01) 6%, rgba(0, 0, 0, 0.71) );
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
}
.text-offer-special01 {
    color: #fff;
    font-size: 10px;
}
.textFirst03-abouts-home.special-offer.pull-left {
    padding-top: 0px;
    font-size: 14px;
    color: #fff;
}
.textFirst03-abouts-home.special-offer.pull-right {
    padding-top: 0px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.page-special-offer-home {
    padding-top: 100px;
    padding-bottom: 150px;
}
.img-scale.pull-left.special-offer.news.fully {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.text-offer-special01.news.fully {
    font-size: 12px;
    font-style: italic;
}
.textFirst03-abouts-home.special-offer.pull-right.news.fully {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.re-news {
    position: absolute;
    top: 4px;
    right: 0;
    background: #a99f97;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.member {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
    background: #ebb626;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-12.special-offer {
    padding: 0 2px;
}
.row.special-offer-news {
    margin: 0 -2px;
}
.col-lg-3.col-md-3.col-sm-6.col-xs-12.special-offer {
    padding: 0 2px;
    margin-bottom: 4px;
}
.textFirst04-abouts-home.special-offer.last.news {
    text-align: center;
    padding-top: 50px;
}
.background-ourHotels.NEWS {
    background: none;
    padding-bottom: 80px;
    position: relative;
}
.header-language {
    position: relative;
}
.header-language::after {
    content: "\25BC";
    display: inline-block;
    box-sizing: border-box;
    color: #7b1e26;
    margin-left: 0;
    pointer-events: none;
    height: 21px;
    width: 17px;
    vertical-align: middle;
    top: 6px;
    padding-top: 5px;
    position: absolute;
    right: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    background: #7b1e26;
}
.pull-left.input-Select {
    position: relative;
}
.pull-left.input-Select:not(.select2)::after {
    content: "\25BC";
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 0px;
    pointer-events: none;
    vertical-align: middle;
    top: 0px;
    padding-top: 6px;
    position: absolute;
    right: 1px;
    cursor: pointer;
    background: #fff;
    border-right: 1px #ddd solid;
    font-size: 8px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    width: 27px;
    height: 31px;
}
.zoominheader.fours {
    background: url(../images/footer.jpg);
}
.img-body-section.fours > img {
    display: inline;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}
.header-wrapper.fours {
    height: auto;
}
.img-body-section.fours {
    position: relative;
    overflow: hidden;
}

.header-wrapper.page {
    height: auto;
}
.img-body-section.page {
    position: relative;
    overflow: hidden;
}
/*.img-body-section.fours>img:hover {
	transform: scale(1.1);
}*/
.line-tfooter {
    border-bottom: 1px #d3d3d3 solid;
    padding-bottom: 30px;
}
.tfootcheck {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 11px;
}
.pull-left.z-footers-fullly.ez01 {
    width: 20%;
}
.pull-left.z-footers-fullly.ez02 {
    width: 49%;
    margin: 0px 60px 0 0px;
    padding-top: 26px;
}
.big-img-tfooters > img {
    width: 100%;
    height: auto;
}
.img-tfooter001 > img {
    width: 150px;
    height: auto;
}
.big-img-tfooters.ez03 > img {
    width: 100px;
 
}
.pull-left.z-footers-fullly.ez03 {
    width: 26%;
}
.padding-footers-fullly {
    padding-bottom: 60px;
    padding-top: 40px;
    position: relative;
}
.img-tfooter001 {
    position: relative;
    top: 0;
    margin-top: 54px;
}
.menus-title-tfooters-middles {
    float: left;
    color: #363636;
    font-size: 10px;
    margin-top: 20px;
    border-right: 1px #ddd solid;
    padding: 5px 10px 5px 5px;
}
.room-alamat-tfooters {
    color: #838383;
    font-size: 12px;
    padding-top: 11px;
}
.asset-media {
    color: #7b1e26;
    border: 2px #7b1e26 solid;
    text-align: center;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 20px;
    position: relative;
    top: 0px;
    padding-top: 7px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
.aside-top-left-tfooter {
    position: absolute;
    top: 0;
    left: -35px;
}
.aside-bottom-right-tfooter {
    position: absolute;
    right: 0;
    bottom: 0px;
}
.title-01-centered-company-overview-page-about-us {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.75px;
    text-align: center;
    color: #000000;
    font-family: "minion";
    padding-bottom: 20px;
}
.menus-title-tfooters-middles.Last {
    border-right: none;
}
.aside-top-left-tfooter > img {
    width: 100%;
}
.desc-01-centered-company-overview-page-about-us > p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: justify;
    color: #363636;
}
.padding-company-overview-page-about-us {
    padding: 80px 0;
}
.centered-01-company-overview-page-about-us {
    width: 70%;
}
.border-bottom-centered-company-overview-page-about-us {
    border-bottom: 0px #c4c4c4 solid;
    padding: 20px 0 0 0;
    margin-bottom: 30px;
}
.centered-02-company-overview-page-about-us {
    width: 700px;
}
.page-two-company-overview-page-about-us {
    margin-top: 40px;
}
.pull-left.img-body-section.fours.w50 {
    width: 50%;
}
.pull-left.In-aside-company-overview-page-about-us {
    width: 50%;
}
.pull-left.textTWO-company-overview-page-about-us-01 {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #000000;
    font-family: "minion";
    padding-bottom: 20px;
}
.pull-left.textTWO-company-overview-page-about-us-02 {
    width: 70%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left !important;
    color: #363636;
}
.pull-left.textTWO-company-overview-page-about-us-02.TWOS {
    text-align: right;
}
.pull-left.In-aside-company-overview-page-about-us {
    margin: 4% auto;
    padding-left:50px;
}
.centered-02-company-overview-page-about-us {
    padding-bottom: 20px;
}

.background-full-three-company-overview {
    position: relative;
    background: #f4f4f4;
    padding: 80px 0 40px 0;
}
.title-three-company-overview {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    font-family: "minion";
    padding-bottom: 45px;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.page-in-first-three-company-overview12 {
    padding: 0px;
}

.page-in-first-three-company-overview > .container > .row {
    margin: 0 -0px;
}
.text-01-page-in-first-three-company-overview {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: left;
    color: #000000;
    padding-bottom: 20px;
    padding-left: 50px;
    font-family: 'minion';
    padding-top: 35%;
}
.text-02-page-in-first-three-company-overview {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    padding-left: 50px;
    padding-right: 30px;
}
.text-03-page-in-first-three-company-overview {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.53;
    letter-spacing: normal;
    text-align: left;
    color: #7b1e26;
    padding-left: 50px;
    padding-top: 30px;
}

.aside-top-right-three-company-overview {
    position: absolute;
    right: -204px;
    top: 0;
}
.aside-bottom-left-three-company-overview {
    position: absolute;
    bottom: -146px;
    left: -53px;
}

.img-body-section.fours.full-100.pull-left.three-company-overview {
    width: 50%;
}
.bottom-three-full-three-company-overview {
    margin-bottom: 50px;
}

.in-three-company-overview {
    position: absolute;
    width: 70%;
    text-align: left;
    z-index: 2;
    top: 88px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    left: 4%;
    margin-bottom: 30px;
}
.names-in-three-company-overview {
    padding-bottom: 10px;
}
.pull-left.text-IN-2-n-three-company-overview {
    padding-left: 10px;
    color: #fff;
}

.pull-left.img-IN-2-n-three-company-overview {
    padding-top: 8px;
}
.img-body-section.fours.full-100.pull-left.three-company-overview > img {
    border-bottom-right-radius: 30px;
}
.img-body-section.fours.full-100.pull-left.three-company-overview.da > img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
}

.carrerr-pages {
    padding: 50px 0 100px;
}
.titles-carrerr-bottom > .x1 {
    height: 27px;
    object-fit: contain;
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}
.titles-carrerr-bottom > .x2 {
    object-fit: contain;
    font-family: MinionPro;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 4px;
    text-align: center;
    color: #000000;
    padding-top: 11px;
}
.titles-carrerr-bottom {
    padding-bottom: 40px;
}
.text-room-carrerrs-bottom-clearfix01 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #000000;
    font-family: "minion";
    padding-top: 15px;
}
.text-room-carrerrs-bottom-clearfix02 {
    font-size: 14px;
    font-weight: bold;
    color: #b2a7a1;
    padding: 10px 0;
}
.last-text-carrerrs-bottom-clearfix {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.53;
    letter-spacing: normal;
    text-align: right;
    color: #7b1e26;
    padding-top: 46px;
}
.row.carrerrs-bottom-clearfix {
    margin-bottom: 50px;
}

.section-destination-select {
    margin-top: 66px;
    object-fit: contain;
    opacity: 0.7;
    -webkit-backdrop-filter: blur(19.8px);
    backdrop-filter: blur(19.8px);
    box-shadow: 0 -1.5px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
    width: 100%;
    padding: 20px 0px 15px;
    border-bottom: 1px #ddd solid;
}

.blocks-dates-centered.specialoffers {
    width: 910px;
}
.blocks-dates-centered.specialoffers > .pull-left.pack-blocks-dates {
    width: 22%;
    margin-right: 11px;
}
.pull-left.input-Select.xz::after {
    content: "\25BC";
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    margin-left: 0;
    pointer-events: none;
    height: 31px;
    width: 30px;
    vertical-align: middle;
    top: 0px;
    padding-top: 6px;
    position: absolute;
    right: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    background: #fff;
    border: 1px #ddd solid;
    font-size: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
}
.section-new-offers-top {
    position: relative;
    padding-top: 70px;
}

.section-new-offers {
    position: relative;
}

.section-new-offers-resto {
    position: relative;
    padding-bottom: 131px;
}

.top-aside-right {
    position: absolute;
    right: -203px;
    top: 0;
}
.text-sub-new-offers {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 100px;
    padding-bottom: 20px;
}

.text-sub-news {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: left;
    color: #000000;
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-sub-new-mice {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 50px;
}

.text-sub-new-resto {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 40px;
}

.text-sub-new-rewards {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-sub-new-offers-discover {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-bottom: 40px;
    padding-top: 40px;
}

.text-sub-new-offers-recom {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-sub-new-discover {
    font-family: "minion";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cover-both-new-offers {
    border: 1px #e6e6e6 solid;
    color: #000;
    position: relative;
    border-radius: 10px
}
.box-first-in-new-offers {
    padding: 15px 10px;
    min-height:110px;
}
.pull-left.text-01new-offers {
    font-family: "minion";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.pull-right.text-02new-offers {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
}
.in-box-first-2-new-offers {
    padding-bottom: 5px;
}
.desc-special-offers-first {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 10px;
}
.pull-left.text-03new-offers {
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #7b1e26;
}
.pull-right.text-04new-offers {
    font-size: 8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
}
.member {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
    background: #ebb626;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
}



.row.new-offers {
    margin: auto -5px;
}
.col-lg-4.col-md-4.col-sm-12.in-new-offers {
    padding: 0 4px;
    margin-bottom: 8px;
}
.col-lg-6.col-md-6.col-sm-12.in-new-offers {
    padding: 0 4px;
    margin-bottom: 8px;
}
.col-lg-3.col-md-3.col-sm-12.in-new-offers {
    padding: 0 4px;
    margin-bottom: 8px;
}
.top-aside-right2 {
    position: absolute;
    left: -56px;
    top: 0;
}
.section-destination-select.restaurant {
    margin-top: 0px;
}

.top-aside-right2news {
    position: absolute;
    right: -204px;
    top: 0px;
}
.centered.text-01new-offers {
    font-family: "minion";
    text-align: center;
    font-size: 14px;
}
.centered.text-04new-offers {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48;
    letter-spacing: normal;
    text-align: center;
    color: #7b1e26;
}

.centeres-desc-special-offers-first {
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 5px 0 20px;
}

.centeres-desc-special-offers-second {
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 5px 0 0 0;
}
a:hover {
    text-decoration: none;
}

.aside-left-bottom-restaurant-pages {
    position: absolute;
    left: 0;
    bottom: 0;
}
.background-ourHotels.restaurant-page {
    position: relative;
}

.background-ourHotels.highrewards {
    padding-top: 106px;
    position: relative;
}


.textFirst01-abouts-home.special-offer.in-High-Rewards {
    padding-top: 0px;
}

.img-page-high-Rewards-xd > img {
    width: 38px;
    height: 38px;
}
.page-high-Rewards-xd {
    padding-top: 30px;
    padding-bottom: 0px;
}
.text01-in-page-high-Rewards-xd {
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a99f97;
    padding-top: 10px;
}
.section-new-offers.highlighted-rewards {
    padding-top: 100px;
    background: #fafafa;
}
.header-wrapper-sign-in {
    padding: 100px 0;
}

.text-wrapper-sign-in-room001 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    padding-bottom: 10px;
}
.text-wrapper-sign-in-room001 > span {
    color: #f00;
    padding-left: 3px;
}
.page-room-wrapper-sign-in {
    padding-bottom: 20px;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001 {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001::after {
    width: 39%;
}
.pull-left.wrapper-sign-in-room001 {
    width: 45%;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001::after {
    text-align: right;
    right: 1px;
    padding-right: 9px;
    top: 1px;
    height: 29px;
    padding-top: 9px;
}
.Input-wrapper-sign-in-room001 {
}
.Input-wrapper-sign-in-room001 > input {
    width: 100%;
    padding: 4px;
    color: #d4d4d4;
    border-radius: 15px;
    border: 1px #ddd solid;
    font-size: 12px;
    padding: 2px 8px;
    height: 32px;
}
.pull-right.wrapper-sign-in-room001 {
    width: 50%;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001 > select {
    width: 100%;
    padding: 7px;
    margin-top: 0px;
}

.pull-left.wrapper-sign-in-room001.w100 {
    width: 100%;
    height: auto;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001.w100 > select {
    height: 31px;
}
.pull-left.input-Select.xz.wrapper-sign-in-room001 > select {
    height: 31px;
}
.page-radiobutton-text-sign-in > span {
    /*color: ;*/
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: ;*/
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b4;
    position: relative;
    top: -2px;
    left: 5px;
}
.btn-sign-in {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 180px;
}
.btn-sign-in > button.btn {
    background: #7b1e26;
    color: #fff;
    width: 100%;
}

.text-page-sign-in-two-aside-fully {
    color: #b4b4b4;
    padding-bottom: 10px;
}
.text-page-sign-in-two-aside-fully2 {
    font-size: 12px;
}
.text-page-sign-in-two-aside-fully2 > p > span {
    color: #2ecb20;
    padding-right: 3px;
}
.page-sign-in-two-aside-fully {
    padding-left: 30px;
    padding-top: 45%;
}

.text01-pages-thanks-sign-in {
    object-fit: contain;
    font-family: MinionPro;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
}
.text02-pages-thanks-sign-in {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.text03-pages-thanks-sign-in {
    text-align: center;
    color: #7b1e26;
}

.text-01-wrapper-details-news {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: oblique;
    /*line-height: ;*/
    letter-spacing: normal;
    text-align: left;
    color: #a99f97;
    padding-top: 15px;
}
.text-02-wrapper-details-news {
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    /*line-height: ;*/
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    padding: 10px 0;
}
.text-03-wrapper-details-news {
    font-family: "minion";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #363636;
    padding-bottom: 15px;
}

.text-04-wrapper-details-news {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
    width: 12%;
}
.blocks-menus-footers {
    width: 100%;
}

.pull-left.left-other-center-carosuel {
    width: 78%;
}
.pull-left.left-other-center-carosuel > img {
    width: 100%;
}
.pull-left.left-other-center-carosuel22 {
    width: 14%;
    padding-left: 31px;
    padding-top: 28px;
}
.left-other-center-carosuel22-text {
    float: left;
    color: #a99f97;
    font-size: 20px;
}
.left-other-center-carosuel22-img {
    float: left;
    padding-left: 12px;
    padding-top: 4px;
}
.blocks-dates.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#myModalOurBrand {
    padding-right: 0px !important;
    margin-top: 10%;
}
.modal-dialog.modal-lg.modalOurBrand {
    margin: 0px;
    width: 100%;
    border: none;
    border-radius: 0px;
    height: 100vh;
}
.modal-content.modalOurBrand {
    border: none;
    border-radius: 0px;
    height: 100vh;
}
.close.modalOurBrand {
    filter: none;
    text-shadow: none;
    opacity: 9;
    color: #878787;
    font-size: 20px;
}

.first-page-modal-ourbrand {
    padding-top: 125px;
    width: 50%;
}
.pull-left.img-modal-ourbrand {
    width: 20%;
    text-align: center;
}

.svgIMg2 {
    width: 100px;
    height: auto;
}
.svgIMg3 {
    width: 120px;
    height: auto;
}
.pull-left.img-modal-ourbrand {
    border-right: 1px #ddd solid;
    height: 100px;
}
.pull-left.img-modal-ourbrand.last {
    border: none;
}

.pull-left.img-modal-ourbrand02 {
    width: 11%;
    text-align: center;
    border-right: 1px #ddd solid;
    height: 100px;
    vertical-align: middle;
}
.ourbrand02-img {
    width: 100px;
    height: auto;
    vertical-align: middle;
}
.first-page-modal-ourbrand2 {
    padding-top: 40px;
}
.pull-left.img-modal-ourbrand02.f {
    padding-top: 14px;
}
.clearfix {
    clear: both;
}
.pos-fixed-btn {
    display: none;
}

.pages-body-BookNow {
    padding: 77px 40px 100px;
}
.title-First-BookNow {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    font-family: "minion";
    padding-bottom: 25px;
}
.Titles-in-page-BookNow {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    padding-bottom: 5px;
}
.page-in-BookNow {
    width: 100%;
    margin-bottom: 15px;
}
.input-In-Page-BookNow > input {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c4c4c4;
    width: 100%;
    border: 1px #c4c4c4 solid;
    padding: 5px 10px;
    border-radius: 20px;
}
.texT-BookNow01 {
    font-size: 8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #beb6b0;
}
.centered-In-bottom-BookNow-btn {
    margin-top: 61px;
    width: 85%;
}
.btn-001-In-bottom-BookNow {
    float: left;
    background: #7b1e26;
    color: #fff;
    width: 47%;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
}
.btn-002-In-bottom-BookNow {
    float: right;
    background: #e4979e;
    background-color: rgb(228, 151, 158);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #7b1e26;
    width: 47%;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
}
.nav.navbar-nav.navbar-header.CO {
    padding-left: 22%;
}

.nav.navbar-nav.navbar-header.HO {
    padding-left: 7%;
}

html {
    scroll-behavior: smooth;
}
.centered-language {
    display: none;
}
.line {
    display: flex;
    position: relative;
    left: -1px;
    width: 101%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-bottom-line1 {
    height: 18px;
    width: 15%;
    border-bottom-right-radius: 30px;
    background-color: #7b1e26;
    left: 0;
    position: relative;
}
.navbar-bottom-line2 {
    height: 18px;
    width: 90%;
    float: right;
    border-bottom-left-radius: 30px;
    background-color: #7b1e26;
}

ul.nav.navbar-nav.navbar-header > li > a:focus, ul.nav.navbar-nav.navbar-header > li > a:hover {
    color: #FFF; /*#cc9c9c;*/
    outline: none;
}
.modal-lg.modalOurBrand {
    width: 100%;
    position: fixed;
    top: 59px;
    height: 100vh;
    z-index: 222;
    background: #fff;
}
.close.modalOurBrand {
    top: 19px;
    right: 0;
    margin-top: 33px;
}

.pull-left.imgParT {
    width: 33.33%;
}
.pull-left.imgParT > img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.aside-popUpZ0 {
    background: url(../images/zo.png);
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: 64px;
    left: -32px;
}

.modal-body.myModalPart {
    position: relative;
}
.img-myModalPart > img {
    width: 500px;
}
.modal-body.myModalPart {
    background: #fff;
    border-radius: 10px;
}
.close.myModalPart1 {
    filter: none;
    text-shadow: none;
    color: #000;
    font-size: 32px;
}
.img-myModalPart {
    padding-top: 40px;
}

.text-MyModalPart-first {
    font-family: "minion";
    font-size: 23px;
    padding-top: 40px;
}
.body-myModalPart {
    padding-bottom: 60px;
}
.text-MyModalPart-two {
    text-align: center;
    width: 500px;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
}

.image-ModalSlide-content > img {
    width: 100%;
}
.container.ModalSlide {
    width: 932px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.modal-dialog.modal-lg.ModalSlide {
    width: 932px;
    margin-top: 100px;
}
.headers-ModalSlide {
    text-align: center;
    width: 400px;
}

.pull-left.text2-ModalSlide {
    background: #c3c3c3;
    width: 2px;
    height: 25px;
    margin: 0 13px;
}

.text2-ModalSlide#batas {
    color: #c3c3c3;
    /* width: 2px;
    height: 25px; */
    margin: 0 13px;
}
.pages-ModalSlide-content {
    padding-top: 30px;
}

.text-ModalSlide-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.text-ModalSlide-content > p {
    padding-bottom: 20px;
    margin-right: 20px;
}
.btn-ModalSlide-content-href {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: right;
    color: #7b1e26;
    padding-top: 30px;
}

.aside-bottom-part-modals {
    background: url(../images/bottom58f02164-abd6-4189-bef8-0ae13c491400.png);
}
.aside-bottom-part-modals {
    position: absolute;
    left: -33px;
    width: 292px;
    height: 210px;
    bottom: 0;
}

.aside-bottom-part-modals.teos {
    position: absolute;
}
.btn-ModalSlide-content-href teos {
    position: absolute;
    bottom: 29px;
    left: 15px;
    z-index: 77;
}

.headers-ModalSlide.ee {
    width: 100%;
    text-align: center;
}
.text-ModalSlide-content.te > p {
    padding-bottom: 0px;

}
.text-ModalSlide-content.te {
    padding-top: 40px;
    text-align: center;
    font-size: 12px;
}
.headleft.text3-ModalSlide.e {
    font-family: "minion";
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2.8px;
}
.btn-ModalSlide-content-href.teos {
    cursor: pointer;
    padding-top: 38px;
}

.section-destination-select.newClass {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 33;
    top: -5px;
    padding-top: 28px;
    opacity: 0.8;
}

.section-destination-select.newClass2 {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 33;
    top: 60px;
    padding-top: 28px;
    opacity: 0.8;
}

.carousel-indicators li {
    background: #ffffff;
    opacity: 0.4;
    width: 8px;
    height: 8px;
}

ol.carousel-indicators {

    bottom: -15px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #FFFFFF;
    opacity: 1;
}

.modal-dialog.modal-lg.BookNow {
    width: 500px;
    margin-top: 140px;
}

.topside-0 {
    background: url(../images/topbackground.jpeg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 223px;
    background-position: right top;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    /* right: -10px; */
}
.aside-bottom-right-tfooter {
    width: 207px;
    height: 180px;
    bottom: 60px;
    background: url(/images/topside2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.container.footers-fullly {
    position: relative;
    z-index: 33;
}


.pos-actionhome-hover {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    color: #fff;
    opacity: 0.6;

    background-image: linear-gradient(to bottom, #000, #000);
    text-align: center;
    font-size: 20px;
    padding-top: 55%;
  }
  .img-scale.pull-left:hover>.pos-actionhome-hover {
    display: none;
  }

  .text-sub-new-offers.roomEventWedding.first {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 3.2px;
    text-align: center;
    color: #a99f97;
    padding-bottom: 0;
    padding-top: 50px;
  }


  .room_WeedingEventsTop {
    position: relative;
  }
  .pull-left.bigImage-WeedingEventsTop {
    width: 50%;
  }
  .pull-left.bigImage-WeedingEventsTop>img {
    width: 100%;
    height: auto;
  }
  .pull-left.bigImage-WeedingEventsTop2 {
    width: 50%;
  }
  .pull-left.aside-bigImage-WeedingEventsTop2 {
    position: relative;
    width: 50%;
  }
  .pull-left.aside-bigImage-WeedingEventsTop2>img {
    width: 100%;
    height: auto;
  }
  .pull-left.aside-bigImage-WeedingEventsTop2>i.fa {
    color: #fff;
    position: absolute;
    top: 82px;
    z-index: 2;
    border: 1px #fff solid;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    cursor: pointer;
    left: 38%;
  }

  .clear {
    clear: both;
}



.c-titleWeedingEventsTop_0002 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2.8px;
  text-align: left;
  color: #363636;
  padding-bottom: 30px;
}
.room_WeedingEventsTop_____Page__Two {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.in_Room____EventsWedding {
  height: 50px;
  margin-bottom: 10px;
}
.pull-left.WeedingEventsTop_0002 {
  width: 50%;
  border-radius: 1;
  border-right: 2px #dedede solid;
}
.pull-left.WeedingEventsTop_0002.last {
  border: none;
  padding-left: 40px;
}

.room-asideLeftWeedingEventS.pull-left {
    width: 33.33%;
  }
  .text01-three-WeedingEventsTop_0002 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
  }
  .text02-three-WeedingEventsTop_0002 {
    font-size: 12px;
    font-style: inherit;
    color: #a99f97;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    padding-top: 5px;
  }
  .icon-three-WeedingEventsTop_0002.pull-left {
    width: 48px;
  }
  .background-ourHotels.RE.DR {
    padding-top: 0;
}
.textWVR {
    color: #000;
    padding-bottom: 20px;
}
.img__V_VrBig>img {
    width: 100%;
    height: auto;
  }
  .col-lg-4.col-md-4.col-sm-12.in-new-offers.DR {
    padding: 0 8px;
}

.close.video-closed {
    color: #f00;
    opacity: 9;
    width: 42px;
    height: 43px;
    border-radius: 100px;
    padding: 0px;
    text-align: center;
    font-size: 25px;
    text-shadow: none;
    position: absolute;
    right: 0;
    background: #fff;
    top: 0;
  }
  .modal-content.myModalVideo {
    background: none;
    box-shadow: none;
    border: none;
  }
  .modal-dialog.myModalVideo {
    margin-top: 47px;
  }

.img-cover-Dr-section>img {
    width: 300px;
    height: auto;
  }
  .line-section-onDr {
    position: relative;
    margin-top: 51px;
    margin-bottom: 80px;
  }
  .line-first-be-cover {
    background: #c4c4c4;
    height: 2px;
    width: 100%;
  }
  .img-cover-Dr-section {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -32px;
  }
  .close.ModalSlide {
    color: #999;
    opacity: 9;
    text-shadow: none;
    font-size: 20px;

}
.modal-content.ModalSlide {
    border-radius: 6px;
}



.pull-left.text1-ModalSlide.new {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.8px;
    text-align: center;
    color: #a99f97;
  }
  .text1-ModalSlide.new#offers-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.8px;
    text-align: center;
    color: #a99f97;
  }
 
  .container.ModalSlide {
    width: 95%;
  }
  .pages-back-pop-up-left {
    /* background: url( /images/new/oD.png);
    width: 500px;
    height: 400px;
    position: absolute;
    left: -48px;
    bottom: -96px; */
    background: url(/images/new/oD.png);
    width: 400px;
    height: 300px;
    position: absolute;
    left: -47px;
    bottom: -25px;
    opacity: 50%;
}

.menu-special-offer-Modal-images>img {
    width: 100%;
    height: auto;
    border-radius: 10px
  }
  .headleft.text3-ModalSlide.e.new {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'minion';
  }
  .headleft__text3-ModalSlides__e.new2 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }
  .headleft__text3-ModalSlides__e.new3 {
    text-align: left;
    font-size: 12px;
    font-weight: 900;
    color: #000;
  }
  .headleft__text3-ModalSlides__e.new2>p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .headleft__text3-ModalSlides__e.new2 {
    margin-bottom: 20px;
  }


.headleft__text3-ModalSlides__e.new4 {
    font-size: 11px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .form-inputPromo>input {
    border-radius: 25px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 18px;
    font-size: 12px;
  }
  .form-inputPromo {
    position: relative;
  }

.form-inputPromo > button.btn {
    position: absolute;
    right: 2px;
    background: #7b1e26;
    color: #fff;
    border: 1px #7b1e26 solid;
    border-radius: 25px;
    height: 38px;
    width: 102px;
  }

  .headleft__text3-ModalSlides__e.new5 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: oblique;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-top: 10px;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-6.ModalSlide-content.e {
    height: auto;
    min-height: auto;
  }

  .headleft__text3-ModalSlides__e.new3-newcolor.restaurant {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #aba29a;
    font-family: 'minion';
    text-align: left;
    padding-bottom: 15px;
  }
  .headleft__text3-ModalSlides__e.new3-newcolor.restaurant {
    padding-top: 0px;
  }
  .headleft.text3-ModalSlide.e.new.pake__NON.restaurant {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .headleft__text3-ModalSlides__e.new4.restaurant {
    padding-top: -1px;
  }
  .headleft__text3-ModalSlides__e.new4.restaurant {
    padding-top: 0px;
  }

  .pull-left.btn-detail-restaurant.pages___restaurant{ position: relative; margin-top: 20px;}
  .pull-left.btn-detail-restaurant.pages___restaurant > button {
    text-align: center;
    background: #7b1e26;
    color: #fff;
    width: 200px;
    border-radius: 100px;
}
#myCarousel>ol.carousel-indicators {
    bottom: 20px;
    width: 20%;
    left: 68%;
  }

  #myCarousel > ol.carousel-indicators>li.active {
    background: #ddd;
  }
  #myCarousel > ol.carousel-indicators > li {
    float: left;
    background: #fff;
    margin-left: 10px;
  }
  .thead-content-title.full {
    width: 605px;
    padding-bottom: 40px;
    padding-top: 50px;
}
.pull-left.asideText1 {
    font-family: "minion";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 2.8px;
    text-align: center;
    color: #a99f97;
}
.pull-left.asideLine {
    background: #e3e3e3;
    width: 2px;
    height: 34px;
    margin: 0 15px;
}
.pull-left.asideText2 {
    font-family: "minion";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 2.8px;
    text-align: center;
    color: #000000;
}
.content-desc-full {
    color: #363636;
    font-family: "roman";
    text-align: left;
    line-height: 28px;
    padding-bottom: 100px;
}
.img-download-new > img {
    width: 260px;
    height: 35px;
}

.img-download-new {
    margin-bottom: 90px;
}


.modal-dialog.modal-lg.Mypromo1 {
    width: 700px;
  }
  .modal-body.Mypromo1 {
    padding: 50px 70px;
  }
  .inputcontactUs {
    width: 100%;
    margin: 15px 0;
  }
  .inputcontactUs>input {
    width: 100%;
    border-radius: 25px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
    padding: 9px 16px;
    text-align: center;
  }
  .inputcontactUs>textarea {
    width: 100%;
    border-radius: 25px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
    padding: 9px 16px;
    text-align: center;
    resize: none;
    min-height: 100px;
    vertical-align: middle;
  }
  .inputcontactUs>button {
    width: 169px;
    background: #7b1e26;
    border: 1px #7b1e26 solid;
    border-radius: 100px;
    color: #fff;
    padding: 7px;
    margin-top: 14px;
  }
  .tiTle-contactUS {
    padding: 10px 0px 20px;
  }
  .tiTle-contactUS>p {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .tiTle-contactUS>p b {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .section-new-offers.so.new.dwr {
    padding-top: 40px;
    }
.section-page-room-wrapper {
    padding-top: 0px;
}
.pull-left.w50 {
    width: 50%;
}
.pull-left.img-full.w25 {
    width: 50%;
    height: 210px;
}
.img-full {
    position: relative;
    height: 420px;
}
.implay {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}



.modalz {
    display: none;
    position: fixed;
    z-index: 7777;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }

  /* Modal Content */
  .modal-contentz {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 100%;
  }

  /* The Close Button */
  .closez {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .closez:hover,
  .closez:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  .mySlides {
    display: none;
  }

  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prevz,
  .nextz {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .nextz {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prevz:hover,
  .nextz:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .caption-container {
    text-align: center;
    background-color: black;
    padding: 20px 16px;
    color: white;
  }

  .demoz {
    opacity: 0.6;
  }

  .active,
  .demoz:hover {
    opacity: 1;
  }

  img.hover-shadow {
    transition: 0.3s;
  }

  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .column {
    width: 17%;
    float: left;
    margin-right: 10px;
  }
  .mySlides > img {
    border-radius: 10px;
  }
  .modal-contentz {
    background: none;
  }

  .column.l {
    margin-right: 0px;
  }
  .centered-coloumns {
    width: 80%;
    padding-left: 77px;
  }
  .centerd-modal-menu-header.offers {
    opacity: 0.4;
    transition: 0.4s ease all;
    margin: 0px 0px;
    transform: scale(0.8);
    width: 100%;
    padding: 0px;
  }

  .modal-wrapper {
    height: 80vh;
    width: 100vw;
  }

  .centerd-modal-menu-header.offers > button.close.modal-acc {
    right: -90px;
    top: -60px;
  }

  .active .modal-content.modal-acc.offers {
    transform: scale(1);
  }

  .modal-content.modal-acc.offers {
     width: auto;
      height: auto;
    border-radius: 1em;
    transform: scale(1);
  }


  .contents-wrapper {
      width: auto;
      height: auto;
  }

  .info-rooms-detail-content.three {
    padding-top: 5px;
}

.pull-left.threeDetailContent.one {
    text-align: left;
}
.pull-left.threeDetailContent {
    width: 33.33%;
}

.title-ThreeDetailsContent {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 2.8px;
    font-family: "minion";
    padding-bottom: 35px;
    text-align: left;
}
.pull-left.w50Msc {
    width: 50%;
}
.contentRoomThreeDetailPage {
    padding-bottom: 25px;
}
.pageContentInRoomDetails.pull-left.two {
    width: 25%;
    padding-right: 44px;
}
.pageContentInRoomDetails.pull-left > .Text01 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}
.pageContentInRoomDetails.pull-left > .text02 {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #a99f97;
}
.pull-left.threeDetailContent.three > div > .ceneteredThreecontent002 > div {
    width: 60%;
}
.pageContentInRoomDetails.pull-left.twos {
    width: 20%;
    text-align: left;
}

.content-room-content-info {
    width: 400px;
    height: 60px;
    border-radius: 62px;
    border: solid 1px #7b1e26;
    background-color: #7b1e26;
    padding-top: 10px;
}
.text-content-room-info01 {
    font-family: "minion";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.8px;
    text-align: center;
    color: #fff;
}
.text-content-room-info02 {
    /* padding-top: 6px; */
}
.text-content-room-info02 > a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.pos-abs-content-info {
    position: absolute;
    top: 15px;
    width: 100%;
}
.line-long {
    background: #c4c4c4;
    width: 100%;
    height: 3px;

}

.centered-content-informasi {
    margin-top: 100px;
}
.centered-content-informasi {
    padding-bottom: 44px;
    margin-bottom: 80px;
}

.centered-content-informasi {
    position: relative;
    padding-top: 44px;
}

.Sections {
    padding: 60px 0px 40px 0;
}

.titleDesc_all {
    font-size: 24px;
    color: #000;
    font-family: "minion";
    padding-bottom: 50px;
}

.row.img-contentRoom {
    margin: auto -5px;
}
.col-lg-4.col-md-4.col-sm-6.col-xs-12.contentRoom01 {
    padding: 0 5px;
}

.in-Room01-Content {
    margin-bottom: 30px;
}
.image-contentRoom01 > img {
    border-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.image-contentRoom01 > img {
    width: 100%;
    height: auto;
}
.text-contentRoom01 {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.69;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000;
    padding-top: 15px;
}

.img-full > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {

    ul.nav.navbar-nav.navbar-header > li > a {
        text-align: center;
        margin: 0 5px;
    }

    .blocks-dates {
        width:1200px;
    }

    ul.nav.navbar-nav.navbar-header {
        width: 77%;
        margin-left: 23px;
    }

    .padding-company-overview-page-about-us {
        padding: 30px 0;
    }
    .pull-left.img-body-section.fours.w50 {
        width: 100%;
    }
    .pull-left.In-aside-company-overview-page-about-us {
        padding-top: 20px;
        padding-left: 0px;
        width: 100%;
    }
    .pull-left.textTWO-company-overview-page-about-us-01 {
        width: 100%;
    }
    .pull-left.textTWO-company-overview-page-about-us-02 {
        width: 100%;
    }
    .pull-left.textTWO-company-overview-page-about-us-02.TWOS {
        text-align: left;
    }
    .pull-left.textTWO-company-overview-page-about-us-01.TWOS {
        padding-bottom: 30px;
    }
    .aside-top-right-three-company-overview {
        display: none;
    }
    .background-full-three-company-overview {
        padding: 40px inherit;
    }
    .text-01-page-in-first-three-company-overview {
        padding-left: 0;
        padding-top: 20px;
    }
    
    .text-03-page-in-first-three-company-overview {
        padding-bottom: 30px;
    }

    .container {
        width: 1024px;
    }
    ul.nav.navbar-nav > li > a {
        position: relative;
        top: 1px;
        font-family: "minion";
        font-size: 11px;
    }

    ul.nav.navbar-nav.navbar-header {
        width: 78%;
        margin-left: 17px;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0px;
        width: 13%;
    }
    .blocks-dates-centered {
        width: 1024px;
    }
    .pull-left.pack-blocks-dates {
        width: 21%;
        position: relative;
        margin-right: 15px;
    }
    .pull-left.z-footers-fullly.ez02 {
        width: 49%;
        margin: 0px 30px 0 0px;
        padding-top: 26px;
    }
    .menus-title-tfooters-middles {
        float: left;
        color: #363636;
        font-size: 10px;
        margin-top: 20px;
        border-right: 1px #ddd solid;
        padding: 10px 5px 10px 5px;
    }
    .pull-left.left-other-center-carosuel22 {
        width: 14%;
        padding-left: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 1099px) {

    .a-login.pull-left {
        padding: 0px 0px;
    }

    ul.nav.navbar-nav.navbar-header > li > a {
        text-align: center;
        margin: 0 5px;
    }

    .blocks-dates {
        width:1099px;
    }

    .blocks-dates-centered.specialoffers {
        width: 740px;
    }

    .blocks-dates-centered.specialoffers > .pull-left.pack-blocks-dates {
        width: 21%;
    }
    .pull-left.input-Promo {
        width: 60%;
    }

    .blocks-dates-centered.specialoffers
        > .pull-left.pack-blocks-dates.specialoffers {
        width: 20%;
    }
    .pull-left.pack-blocks-dates.specialoffers > .pull-left.input-Select.xz {
        width: 56%;
    }

    .pull-left.text-datepicker.specialoffers > .pull-left.input-Promo {
        width: 23%;
    }
    .blocks-dates-centered.specialoffers
        > .pull-left.pack-blocks-dates.specialoffers
        > .pull-left.input-Promo {
        width: 60%;
    }

    .top-aside-right2news {
        display: none;
    }

    .pull-left.input-Select.xz {
        width: 58%;
    }
    .pull-left.input-datepicker.xz {
        width: 60%;
    }
    .blocks-dates-centered.specialoffers > .pull-left.pack-blocks-dates.xz {
        width: 20%;
    }

    .top-aside-right {
        display: none;
    }

    .col-lg-4.col-md-4.col-sm-12.in-new-offers {
        margin-bottom: 20px;
    }
    .aside-top-right.abouts-home {
        display: none;
    }
    .center-carosuel {
        width: 500px;
        padding-top: 50px;
    }
    .header-wrapper {
        height: auto;
    }
    .img-body-section > img {
        display: block;
    }
    .zoominheader {
        display: none;
    }
    .center-carosuel {
        width: 500px;
    }
    .pull-left.left-other-center-carosuel22 {
        width: 22%;
        padding-left: 11px;
        padding-top: 5px;
    }
    .pull-left.left-other-center-carosuel {
        width: 70%;
    }
    .modal-dialog.modal-lg.ModalSlide {
        width: 95%;
    }
    .container.ModalSlide {
        width: 90%;
    }
    .text-ModalSlide-content.te {
        font-size: 12px;
    }
    .headleft.text3-ModalSlide.e {
        font-size: 18px;
    }
    .btn-ModalSlide-content-href.teos {
        padding-top: 10px;
    }

	.pull-left.img-modal-ourbrand02.ce {
  width: 20%;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
}
.pull-left.img-modal-ourbrand02.ce.bl1 {
    margin-left: 2px;
}

}
@media (max-width: 1029px) {

    .a-login.pull-left {
        padding: 0px 0px;
    }

    ul.nav.navbar-nav.navbar-header > li > a {
        text-align: center;
        margin: 0 5px;
    }

    .blocks-dates {
        width:1029px;
    }

    .room-asideLeftWeedingEventS.pull-left {
        width: 50%;
    }


.pull-left.WeedingEventsTop_0002 {
    width: 100%;
    border: none;
  }
  .pull-left.WeedingEventsTop_0002.last {
    overflow: hidden;
    padding-left: 0px;
    padding-top: 25px;
  }
  .pull-left.bigImage-WeedingEventsTop {
    width: 100%;
    height: auto;
  }
  .pull-left.bigImage-WeedingEventsTop2 {
    width: 100%;
  }
    .col-lg-3.col-md-3.col-sm-12.in-new-offers {
        width: 50%;
        float: left;
    }

    .col-lg-6.col-md-6.col-sm-12.in-new-offers {
        margin-bottom: 8px;
        float: left;
        width: 100%;
    }
    .col-lg-4.col-md-4.col-sm-12.in-page-high-Rewards-xd {
        width: 33.33%;
        float: left;
    }

    .textFirst03-abouts-home.special-offer {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .textFirst01-abouts-home.special-offer.in-High-Rewards {
        padding-top: 15px;
    }
    .page-high-Rewards-xd {
        padding-top: 4px;
    }
    .textFirst04-abouts-home.special-offer.last {
        text-align: left;
    }

    .text-sub-new-offers {
        font-family: "minion";
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 3px;
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
    }
    .col-lg-3.col-md-3.col-sm-12.in-new-offers {
        margin-bottom: 8px;
    }
    .col-lg-6.col-md-6.col-sm-6.col-xs-6.restaurant-page {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .img-body-section.fours.full-100.pull-left.three-company-overview {
        width: 100%;
        margin-top: 10px;
    }
    .img-body-section.fours.full-100.pull-left.three-company-overview > img {
        border: none;
    }
    .img-body-section.fours.full-100.pull-left.three-company-overview.da > img {
        border-bottom-left-radius: 0px;
    }
    .img-body-section.fours.full-100.pull-left.three-company-overview > img {
        /*width: ;*/
        border-bottom-right-radius: 0;
    }
    .bottom-three-full-three-company-overview {
        margin-bottom: 0px;
    }
    .in-three-company-overview {
        top: 8px;
    }
    .pull-left.img-body-section.fours.w50 {
        width: 100%;
    }
    .pull-left.In-aside-company-overview-page-about-us {
        width: 100%;
        padding-bottom: 14px;
        padding-top: 14px;
        padding-left:20px
    }
    .pull-left.textTWO-company-overview-page-about-us-01 {
        width: 100%;
        padding-bottom: 20px;
    }
    .pull-left.textTWO-company-overview-page-about-us-02 {
        width: 100%;
    }
    .pull-left.textTWO-company-overview-page-about-us-02.TWOS {
        text-align: left;
    }
    .centered-01-company-overview-page-about-us {
        width: 100%;
        padding: 15px;
    }
    .padding-company-overview-page-about-us {
        padding: 3px;
    }
    .centered-02-company-overview-page-about-us {
        width: 100%;
    }
    .text-01-page-in-first-three-company-overview {
        padding-left: 0px;
    }
    .text-02-page-in-first-three-company-overview {
        padding: 0px;
    }
    .text-03-page-in-first-three-company-overview {
        padding-left: 0;
    }
    .text-03-page-in-first-three-company-overview {
        padding-bottom: 30px;
        padding-top: 6px;
    }

    .container {
        width: 767px;
    }
    ul.nav.navbar-nav > li > a {
        position: relative;
        top: 1px;
        font-family: "minion";
        font-size: 6px;
    }
    .blocks-dates-centered {
        width: 780px;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0px;
        width: 18%;
    }
    ul.nav.navbar-nav.navbar-header {
        width: 71%;
        margin-left: 8px;
    }
    .pull-left.pack-blocks-dates {
        width: 21% !important;
        position: relative;
        margin-right: 10px;
    }
    .pull-left.input-datepicker {
        width: 56%;
        margin-left: 10px;
        position: relative;
    }
    .pull-left.input-Select {
        width: 50%;
        margin-left: 10px;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12.special-offer {
        width: 100%;
        float: none;
        margin-bottom: 5px;
        clear: both;
    }
    .img-scale.pull-left {
        width: 50%;
    }
    .col-lg-3.col-md-3.col-sm-6.col-xs-12.special-offer {
        width: 50%;
    }
    .img-scale.pull-left.special-offer.news.fully {
        margin-top: 10px;
    }
    .pull-left.z-footers-fullly.ez01 {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .img-tfooter001 > img {
        width: 120px;
        margin-top: 0px;
    }
    .img-tfooter001 {
        margin-top: 0px;
    }
    .pull-left.z-footers-fullly.ez02 {
        width: 100%;
        margin: auto;
    }
    .big-img-tfooters {
        width: 270px;
        text-align: left;
    }
    .blocks-menus-footers {
        width: 250px;
    }
    .pull-left.z-footers-fullly.ez03 {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .big-img-tfooters.ez03 {
        width: 100%;
    }
    .media-social-tfooters {
        text-align: center;
        clear: both;
        width: 183px;
        margin: auto;
    }
    .page-special-offer-home {
        padding: 0px;
    }
    .textFirst03-abouts-home.special-offer.pull-left {
        font-size: 14px;
    }

    .first-page-modal-ourbrand {
        width: 300px;
    }
    .pull-left.img-modal-ourbrand > img {
        width: 70px;
        padding: 0px 10px 0px 10px;
    }
    .pull-left.img-modal-ourbrand {
        height: 60px;
    }
    .first-page-modal-ourbrand2 {
        width: 300px;
    }
    .pull-left.img-modal-ourbrand02.f {
        width: 100px;
    }
    .pull-left.img-modal-ourbrand02 > img {
        width: 100%;
        height: auto;
    }
    .pull-left.img-modal-ourbrand02.f {
        padding-top: 0px;
    }
    .pull-left.img-modal-ourbrand02.f > img {
        /* width: 69px; */
        padding: 10px;
    }
    .pull-left.img-modal-ourbrand02 {
        height: 17px;
        margin-bottom: 15px;
    }

    .close.modalOurBrand {
        font-size: 22px;
    }
    .aside-bottom-left.abouts-home {
        display: none;
    }

    .col-lg-12.col-md-12.col-sm-12.col-xs-6.ModalSlide-content.e {
        margin-top: 30px;
        width: 100%;
        height: auto;
    }

    .headleft.text3-ModalSlide.e {
        padding-bottom: 20px;
    }

.pull-left.threeDetailContent.one {
    float: none;
    width: 100%;
  }
  .pull-left.threeDetailContent.two {
    width: 100%;
  }
  .pull-left.threeDetailContent.three {
    width: 50%;
  }
  .pull-left.threeDetailContent.three > div > .ceneteredThreecontent002 > div {
    width: 100%;
    margin-top: 25px;
  }
  .title-ThreeDetailsContent {
    padding-bottom: 20px;
  }
  .content-room-content-info {
    width: 300px;
    height: 85px;
  }

  .centered-content-informasi {
    margin-top: 25px;
    margin-bottom: 40px;
  }


}
@media (max-width: 929px) {



    .a-login.pull-left {
        padding: 0px 0px;
    }
    .navbar-right {
        width: 15%;
    }

    ul.nav.navbar-nav.navbar-header > li > a {
        text-align: center;
        margin: 0 5px;
    }

    .blocks-dates {
        width:929px;
    }

    .content-room-content-info {
      width: 300px;
      height: 60px;
    }
    .pages-ModalSlide-content {
        padding-left: 0px;
        padding-top: 0px;
    }
    .container.ModalSlide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .headers-ModalSlide {
        width: 282px;
        margin-bottom: 25px;
    }
    .modal-body.ModalSlide {
        
    }

    .modal-body {
        position: relative;
        margin: 0px;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-6.ModalSlide-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .text-ModalSlide-content {
        font-size: 12px;
    }
    .text-ModalSlide-content > p {
        margin-bottom: 0px;
        padding-bottom: 8px;
    }
    .headers-ModalSlide {
        width: 310px;
    }

    .container {
        width: 100%;
    }

    .img-cover-big.abouts-home {
        padding: 20px 0;
    }
    .col-lg-6.col-md-6.col-sm-6.col-xs-12.abouts-home {
        margin-bottom: 20px;
    }
    .tfootcheck {
        text-align: center;
    }
    .background-ourHotels.NEWS {
        padding: 25px 0;
    }
    .img-scale.pull-left.special-offer {
        width: 100%;
        margin-right: 0px;
        border-radius: 10px
    }
    .background-ourHotels {
        padding: 30px 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #ffff;
    }

    .textFirst01-abouts-home {
        padding-top: 15px;
    }

    .textFirst01-high-reward {
        padding-top: 15px;
    }
    .textFirst04-abouts-home {
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #7b1e26;
        font-size: 10px;
        padding-top: 25px;
    }
    .pull-left.threeDetailContent.three > div > .ceneteredThreecontent002 > div {
        padding-bottom: 0px;
    }


.thead-content-title.full {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .pull-left.asideText1 {
    width: 100%;
    text-align: center;
  }
  .pull-left.asideLine {
    display: none;
  }
  .pull-left.asideText2 {
    width: 100%;
  }

  .modal-dialog.modal-lg.Mypromo1 {
    width: 94%;
  }
  .modal-body.Mypromo1 {
    padding: 30px 10px;
  }
  .thead-content-title44>img {
    width: 101px;
  }
  .tiTle-contactUS {
    padding-bottom: 1px;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) {

    .headers-ModalSlide.ee {
        max-width: 300px;
        text-align: center;
    }

    .a-login.pull-left {
        padding: 0px 0px;
    }

    .navbar-right {
        width: 15%;
    }

    ul.nav.navbar-nav.navbar-header > li > a {
        text-align: center;
        margin: 0 5px;
    }

    .blocks-dates {
        width:1024px;
    }

    #myModalOurBrand {
        padding-right: 0px !important;
        margin-top: 10px;
    }

    .img-slider-home{
        width:100%;
        height: 75vh;
        
    }
    .slider-header {
        width: 100%;
        position: relative;
        padding-top: 0px;
    }
    .slider-header-news {
        width: 100%;
        position: relative;
        top: -20px;
    }
    .slider-header > .container-fluid {
        width: 100%;
        height: 75vh;
    }
    .html5-video-player {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .img-slider-home{
        width:100%;
        height: 75vh;
       
    }
    
    .col-sm-12.customs12 {
        width: 100%;
        padding: 0 0;
    }
    .carousel-inner.customs12 {
        width: 100%;
        height: 100vh;
    }

    .carousel-inner.customnews {
        width: 100%;
        height: 50vh;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 573px;
    }
    .carousel-fade .carousel-inner .item {
        transition-property: opacity;
    }
    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.caraousel-news-div{
    position:absolute;bottom:20;left:5%;color:#FFF;
}

.caraousel-news-gradient{
    border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; width:100%; height:300px; position:absolute; bottom:0px;background: linear-gradient(0deg, rgba(0,0,0,0.3925945378151261) 0%, rgba(0,0,0,0) 58%);
}

.caraousel-news-title{
    font-size: 22px;
}



@media (max-width: 767px) {

.close.ModalSlide {
    color: #999;
    opacity: 9;
    text-shadow: none;
    font-size: 20px;
    padding-top:10px;
    padding-right:15px;
}

.textFirst03-abouts-home {

    padding-right: 35px;
    padding-left: 45px;
}

.modal-contentz{
    width:100%
}
.numbertext{
    padding:8px 27px;
}
.prevz, .nextz{
    padding : 27px 16px
}
.column{
    width:40%;
    float:none
}
.centered-coloumns{
    padding: 0px
}
.pull-left.w50.page-room-wrapper {
    width: 100%;
  }
  .implay {
    top: 19%;
  }

    .big-img-tfooters {
        width: 85%;
        text-align: center;
    }
    .room-alamat-tfooters {
        padding-left: 10px;
        padding-right: 10px;
    }

    .line{
        top:-2px
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 18px;
        margin-bottom:3px;
    }

    .pos-actionhome-hover {
        font-size: 16px;

    }
    .menus-title-tfooters-middles {
        float: none;
        border: none;
        margin-bottom: 0px;
    }

    .centered-In-bottom-BookNow-btn {
        width: 100%;
      }
      .btn-001-In-bottom-BookNow {
        width: 45%;
      }
      .btn-002-In-bottom-BookNow {
        width: 50%;
      }


    .pages-body-BookNow {
        padding: 77px 0px 100px;
    }

    .headers-ModalSlide {
        width: auto;
    }

    .pull-left.text2-ModalSlide {
        background: #c3c3c3;
        width: 2px;
        height: 25px;
        margin: 2px 8px;
    }
    .modal-dialog {
        height: 100%;
        width: 600px;
        display: flex;
        align-items: center;
        position: relative;
        width: auto;
        margin: 69px 10px;
    }
    .modal-dialog {
    position: relative;
    width: auto;
    margin: 69px 10px;
}
    .modal-dialog.modal-lg.BookNow {
        width: 93%;
    }
    .img-officer > img {
        width: 180px;
    }

    .aside-bottom-left.abouts-home {
        position: absolute;
        bottom: -81px;
        left: -33px;
        display: none;
    }

    .aside-bottom-left.abouts-home {
        position: absolute;
        bottom: -81px;
        left: -33px;
        display: none;
    }
    .img-myModalPart > img {
        width: 100%;
        height: auto;
    }
    .text-MyModalPart-two {
        width: 100%;
    }
    .nav.navbar-nav.navbar-header.CO {
        padding-left: 0px;
    }

    ul.nav.navbar-nav.navbar-header {
        width: 100%;
        margin: 0px;
        background: #fafafa;
        color: #ddd;
    }
    .navbar-collapse.collapse.in {
        background: #fafafa;
        height: auto;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        height: auto;
        max-height: auto !important;
    }
    ul.nav.navbar-nav > li > a {
        color: #000;
        font-size: 14px;
        padding: 8px;
    }
    ul.nav.navbar-nav > li {
        width: 100%;
    }
    ul.nav.navbar-nav.navbar-header > li {
        width: 100%;
    }
    ul.nav.navbar-nav.navbar-header > li.active {
        color: #000;
    }

    ul.nav.navbar-nav.navbar-header > li.active > a {
        color: #f00;
        border-bottom: 1px #f00 solid;
    }
    ul.nav.navbar-nav.navbar-header > li > a:hover {
        color: #f00;
    }
    .nav.navbar-nav.navbar-right {
        width: 100%;
        margin-bottom: 13px;
    }
    .a-login.pull-left {
        width: 50%;
    }
    .header-language > span {
        display: none;
    }
    .header-language {
        padding-top: 1px;
        margin-bottom: 10px;
    }
    .header-language > select {
        width: 100%;
        height: 20px;
    }

    .center-carosuel {
        width: 300px;
    }
    .pull-left.left-other-center-carosuel {
        width: 100%;
    }
    .left-other-center-carosuel22-img {
        display: none;
    }
    .pull-left.left-other-center-carosuel22 {
        padding-left: 0px;
        text-align: center;
        width: 100%;
        text-align: center;
    }
    .left-other-center-carosuel22-text {
        float: none;
        /* background: #ddd; */
        font-size: 13px;
        margin-top: 13px;
    }

    #orderNowBar,
    .blocks-dates.fixed {
        display: none;
    }

    .padding-footers-fullly {
        padding-bottom: 0px;
        padding-top: 40px;
        position: relative;
    }
    .first-section-home {
        margin-top: 30px;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        height: 100%;
    }
    .carousel-inner.customs12 {
        height: 100vh;
    }

    .carousel-inner.customnews{
        height: 50vh;
    }

    .aside-top-left-tfooter {
        display: none;
    }
    .aside-bottom-right-tfooter {
        display: none;
    }
    .menus-title-tfooters-middles {
        margin-top: 0px;
    }

    .centered-middle-footers {
        margin-bottom: 20px;
    }
    .big-img-tfooters {
        margin-bottom: 10px;
    }
    .menus-title-tfooters-middles {
        margin-bottom: 5px;
    }

    .pos-fixed-btn {
        position: fixed;
        width:100%;
        bottom: 0px;   
        z-index: 988;
        display: block;
    }
    .btn-mobile-klik-new {
        font-size: 14px;
        width: 99% auto;
        text-align: center;
        height: 45px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #fff;
        background-color: #771d25;
        padding-top: 12px;
        bottom: 0px;
        cursor: pointer;
        z-index: 88;
    }
    .btn-mobile-klik {
        /* background: #f00; */
        background: url(../images/booknow.png);
        background-size: contain;
        font-size: 8px;
        width: 75px;
        text-align: center;
        height: 75px;
        border-radius: 100px;
        color: #fff;
        padding-top: 8px;
        cursor: pointer;
        z-index: 88;
    }
    .backgroud-bottom-special-offer {
        object-fit: contain;
        height: 70px;
        background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.01) 6%,
            rgba(0, 0, 0, 0.71)
        );
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px;
    }
    .re-news {
        position: absolute;
        top: 4px;
        right: 0;
        background: #a99f97;
        color: #fff;
        padding: 3px 12px;
        font-size: 8px;
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
    }
    .member {
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 2;
        background: #ebb626;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        font-size: 10px;
        color: #fff;
        padding: 5px 10px;
    }

    .textFirst03-abouts-home.special-offer.pull-left {
        font-size: 9px;
    }
    .center-carosuel {
        width: 100%;
    }

    .blocks-dates-centered {
        width: 100%;
    }
    .pull-left.pack-blocks-dates {
        margin-right: 0px;
        width: 100%;
    }
    .pull-left.input-Select {
        margin-left: 0px;
        width: 100%;
        margin-top: 5px;
    }
    .pull-left.pack-blocks-dates {
        margin-bottom: 20px;
    }
    .pull-left.text-datepicker {
        width: 100%;
    }
    .pull-left.input-datepicker {
        margin-left: 0px;
        margin-top: 5px;
        width: 100%;
    }
    .pull-left.input-Promo {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }
    .pull-left.submited {
        width: 100%;
    }
    .btn.btn-custom-date {
        width: 100%;
    }

    .top-aside-right2 {
        display: none;
    }
    .section-destination-select {
        display: none;
    }

    .section-new-offers-top {
        position: relative;
        padding-top:10px;    
    }

    .section-new-offers {
        position: relative;       
    }
    .section-new-offers.so {
        padding-bottom: 30px;
    }

    .header-language {
        display: none;
    }
    .centered-language {
        display: block;
        width: 194px;
        padding: 10px 0px;
        font-size: 12px;
    }
    .pull-left.barrier-pil-language01 {
        border-left: 1px #b73535 solid;
        height: 24px;
        margin: 0px 27px;
    }
    .pull-left.pil-language01 {
        padding-top: 5px;
        width: 35%;
    }
    .pull-left.pil-language01.active {
        color: #f00;
    }

    .text-02-wrapper-details-news {
        font-size: 14px;
    }
    .titleFisrt-OurHotels {
        padding-bottom: 10px;
    }

    .header-wrapper-sign-in {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-sign-in-two-aside-fully {
        padding-top: 0px;
        padding-left: 0px;
    }
    .pull-left.wrapper-sign-in-room001 {
        width: 100%;
        margin-bottom: 10px;
    }
    .pull-right.wrapper-sign-in-room001 {
        width: 100%;
    }
    .pull-left.pack-blocks-dates {
        width: 100% !important;
    }

    /*booknow button*/
    .img-book-now{
        display:inline;width:25px;padding-right:5px;
    }
    .modal-open{
        overflow: hidden;
    }
    .blocks-dates-centered {   
        background-color: rgba(251, 251, 251, 10);
        padding: 20px 20px 40px 20px;
        box-shadow: 0 -1.5px 5px 0 rgb(0 0 0 / 30%);
        border-top-right-radius: 10px 10px;
        border-top-left-radius: 10px 10px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 0px 0px;
    }
    /*end booknow button*/

    #buttonCaraouselControl{
        background-color: transparent; padding:12px 14px 12px 14px;  border-radius: 50%;
    }

    #rowReverse {
        flex-direction: row;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap-reverse;
      }

      .img-body-section.fours {
        position: relative;
        overflow: hidden;
    }

    .img-page{
        padding-top:55px;
    }

    .background-ourHotels.highrewards {
        padding-top: 56px;
        position: relative;
    }

    .section-new-offers-resto {
        position: relative;
        padding-bottom: 71px;
    }
    .col-sm-12.customnews {
        width: 100%;
        padding: 0 0;
        margin-top: 80px;
    }

    .caraousel-news-title{
        font-size: 16px;
    }

    .text-sub-new-mice {

        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-new-offers.so.new.dwr {
        padding-top: 20px;
    }
    
}